home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.ui.externaltools_3.1.1.jar / plugin.properties < prev    next >
Encoding:
Text File  |  2005-09-29  |  2.5 KB  |  47 lines

  1. ###############################################################################
  2. # Copyright (c) 2000, 2005 IBM Corporation and others.
  3. # All rights reserved. This program and the accompanying materials
  4. # are made available under the terms of the Eclipse Public License v1.0
  5. # which accompanies this distribution, and is available at
  6. # http://www.eclipse.org/legal/epl-v10.html
  7. # Contributors:
  8. #     IBM Corporation - initial API and implementation
  9. ###############################################################################
  10.  
  11. Plugin.name = External Tools
  12. Plugin.providerName = Eclipse.org
  13.  
  14. build_type.description= Returns the type of build being performed - "incremental", "full", "auto", or "none".
  15. build_project.description= Returns the absolute file system path of the project currently being built, or the absolute file system path of the resource identified by an optional argument interpreted as a path relative to the project currently being built.
  16. system_path.description= Returns the absolute file system path of the external tool. Resolved by finding the first occurrence of the named tool based on the system path specification. The tool name must be supplied as an argument.
  17.  
  18. ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
  19. ExtPoint.toolTypes = External Tool Types
  20. ExtPoint.refreshVariables = Refresh Scope Variables
  21. ExternalToolsLaunchGroup.label = &External Tools
  22. ExternalToolsLaunchGroup.title = Select or configure an external tool to run
  23. Menu.run = &Run
  24. ActionSet.externalTools = External Tools
  25. Action.externalTools = &External Tools
  26. Action.externalToolsTip = Run Last Tool
  27. PropertyPage.main = Main
  28. PropertyPage.option = Options
  29. PropertyPage.refresh = Refresh Scope
  30. PropertyPage.antTargets = Targets
  31. PropertyPage.externalToolsBuilders = Builders
  32.  
  33. Builder.externalTools = Integrated External Tool Builder
  34. View.externalToolView = External Tools
  35. PreferencePage.externalToolsPreferences = External Tools
  36.  
  37. Program.externalTools = Program
  38. programLaunchConfigurationTabGroup.description=Run a program
  39. programBuilderLaunchConfigurationTabGroup.description=Create a configuration that will run a program during builds
  40.  
  41. ActionDefinition.externalToolMenuDelegateToolbar.name=Run Last Launched External Tool
  42. ActionDefinition.externalToolMenuDelegateToolbar.description=Runs the last launched external Tool
  43.  
  44. ActionDefinition.openExternalToolsConfigurations.name=External Tools...
  45. ActionDefinition.openExternalToolsConfigurations.description=Open external tools launch configuration dialog
  46.